home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / phpinfo.php < prev    next >
Encoding:
PHP Script  |  2005-04-04  |  740 b   |  21 lines

  1. <?
  2. /*
  3. ####################################################
  4. # Name: The Uniform Server Admin Panel 2.0
  5. # Developed By: The Uniform Server Development Team
  6. # Modified Last By: Olajide Olaolorun (empirex) 
  7. # Web: http://www.uniformserver.com
  8. ####################################################
  9. */
  10.  
  11. // Display PHP Info.
  12. phpinfo();
  13. ?>
  14.  
  15. <div id="staticbuttons" style="position:absolute;">
  16. <a href="javascript:" onmouseover="myspeed=-thespeed" onmouseout="myspeed=0">
  17. <img src="images/arrows_up.gif" alt="Scroll Up" /></a>
  18. <a href="javascript:" onmouseover="myspeed=thespeed" onmouseout="myspeed=0">
  19. <img src="images/arrows_dn.gif" alt="Scroll Down" /"></a>
  20. </div>
  21. <script type="text/javascript" src="js/scroller.js"></script>